Discussing and posting
#11
I noticed today that the PowerBasic forums are no longer active. 
Not sure if this is a temporary glitch or more permanent.

This site appears to be just HTTP and not HTTPS yet, are there plans to go to HTTPS ?
Reply
#12
(01-27-2025, 03:18 PM)Graham McPhee Wrote: I noticed today that the PowerBasic forums are no longer active. 
Not sure if this is a temporary glitch or more permanent.

This site appears to be just HTTP and not HTTPS yet, are there plans to go to HTTPS ?
Same here. The default VB cloud page pops up. According to the previous discussions at PB forum we have hope the outage is just a temporary glitch.

Right now I have no plans for moving to port 443.

Cheers,
Albert
„Let the machine do the dirty work.“
The Elements of Programming Style, Brian W. Kernighan, P. J. Plauger 1978
Reply
#13
The forum is inaccessible. I contacted Gary Been, he tries to find out what happened. I think that Drake have closed everything. It's a shame because on that forum there was a huge work and it was a source of inspiration for all of us.

Do we have an alternative plan?
Reply
#14
"I think that Drake have closed everything. "

One more time- Adam, or any Drake, has not been a decision maker regarding PB for a year a more.
Reply
#15
Giuseppe> Do we have an alternative plan?

I guess this forum is the best alternative.

It would be great if we could restore all threads made by the pb community from gbThreads to this forum...
Reply
#16
(01-27-2025, 03:30 PM)Albert Richheimer Wrote: [quote pid="61" dateline="1737987528"]
Right now I have no plans for moving to port 443.

Cheers,
Albert
[/quote]

Please reconsider. Plain http is causing more and more issues with standard browsers as they tighten default security.  There is no real reason not to use https these days, especially for sites that use credentials and allow users to create content.

There are now several free/cheap  SSL sources.
Reply
#17
(01-27-2025, 11:06 PM)Stuart McLachlan Wrote: There are now several free/cheap  SSL sources.

I know. But it needs to fit into my other (SSL) domain. AFAIK Apache accepts only one (combined) .crt file. OTOH MyBB needs to allow a transition of all internal links from http to https. E.g. Wordpress has its tools for doing so, but I don't know about MyBB.
„Let the machine do the dirty work.“
The Elements of Programming Style, Brian W. Kernighan, P. J. Plauger 1978
Reply
#18
(01-28-2025, 06:42 AM)Albert Richheimer Wrote:
(01-27-2025, 11:06 PM)Stuart McLachlan Wrote: There are now several free/cheap  SSL sources.

I know. But it needs to fit into my other (SSL) domain. AFAIK Apache accepts only one (combined) .crt file. OTOH MyBB needs to allow a transition of all internal links from http to https. E.g. Wordpress has its tools for doing so, but I don't know about MyBB.

You can get a certificate that covers richheimer.de  and pump.richheimer.de. It's common practice. (you could even get on to cover richheimer2.de at the same time)

You just need a .htaccess file with an appropriate REWRITE rule to get Apache to rewrite http to https. All it needs to contain is:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Reply
#19
Thanks, Stuart. I'll take a deeper look into it as soon as my certificate of koch-kultur.org is due to renewal.
„Let the machine do the dirty work.“
The Elements of Programming Style, Brian W. Kernighan, P. J. Plauger 1978
Reply
#20
(01-27-2025, 09:36 PM)Pierre Bellisle Wrote: Giuseppe> Do we have an alternative plan?

I guess this forum is the best alternative.

It would be great if we could restore all threads made by the pb community from gbThreads to this forum...

Well, then we use this one here. Links ccould be transferred.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)