These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Vanguard SDE release

First post
Author
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#1 - 2015-09-29 17:07:30 UTC
Medusa The Gorgon
Temple of the Serpent
The Gorgon Empire
#2 - 2015-09-29 18:56:22 UTC
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#3 - 2015-09-29 22:04:15 UTC
Medusa The Gorgon wrote:
http://i.imgur.com/KQaICfD.png
:(



I've seen that a few times.

Works if you use Chrome.


(Explanation: OCSP is a method to find out if certificates are still valid. I'm using OCSP stapling, to mean that you don't need to do the lookup, as it's cached on the server. Unfortunately, the OCSP server is acting up, and the caching is caching a 'try again' result Sad I've restarted the apache server, which should make it work again, until the cache expires. Then it might fail again.)

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Wafou Ka'Djo
Yellow Box Ltd.
#4 - 2015-09-29 22:21:49 UTC
Steve Ronuken wrote:
Medusa The Gorgon wrote:
http://i.imgur.com/KQaICfD.png
:(



I've seen that a few times.

Works if you use Chrome.


(Explanation: OCSP is a method to find out if certificates are still valid. I'm using OCSP stapling, to mean that you don't need to do the lookup, as it's cached on the server. Unfortunately, the OCSP server is acting up, and the caching is caching a 'try again' result Sad I've restarted the apache server, which should make it work again, until the cache expires. Then it might fail again.)


Awesome , I'm not the only one to have encountered this issue :D

I tried with three different browser: Edge, Chrome and Firefox; this error was reported only on Firefox, the other two browsers were able to open the site just fine. I tried the three of them in the same moment.

Right now it works on Firefox too.

(not whining , just giving you some more information in case you need them)
Pete Butcher
The Scope
Gallente Federation
#5 - 2015-09-30 06:36:28 UTC
Thanks for the SDE, although I noticed an integrity problem (I think it's been there for 2 releases). invTypes has a bigint column for market group, where invMarketGroups has an int PK. This prevents FK creation on MySQL.

http://evernus.com - the ultimate multiplatform EVE trade tool + nullsec Alliance Market tool

Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#6 - 2015-09-30 09:48:17 UTC
Pete Butcher wrote:
Thanks for the SDE, although I noticed an integrity problem (I think it's been there for 2 releases). invTypes has a bigint column for market group, where invMarketGroups has an int PK. This prevents FK creation on MySQL.



Next release should just be an integer.

Just picked bigint when I was defining the table in the first place.

(It's no longer in the SDE, just the yaml.)


Of course, as this is totally static data, foreign keys aren't important (unless you're doing something like using an ORM. In which case I curse your name and yell 'Learn SQL damn it'. Yes, I'm bitter.)

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter