Forum Moderators: phranque

Message Too Old, No Replies

SSL Handshake Error

         

AlanCC

5:01 pm on Jul 25, 2023 (gmt 0)

10+ Year Member Top Contributors Of The Month



Hi,

When I use pro-sitemap to crawl our website and generate a sitemap, our website(WordPress) becomes slow. And once Cloudflare reports "SSL Handshake error".

I check Apache status and found the server load is not high(0.70 0.50 0.52)

I also check Apache and PHP FPM error log but does not find anything special.

We use event MPM.

So I just wonder if there are any limitations on SSL connections or is there a waiting queue? Or is there any other logs that we can check and find some useful clues?

Thanks

phranque

6:08 pm on Jul 25, 2023 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



the SSL handshake must be completed before any web request is sent.
therefore you will not find anything related to that problem in web logs, PHP logs, etc.

tangor

11:06 pm on Jul 25, 2023 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Have you tried a different sitemap generator? I am assuming that the site is operational and no SSL problems for users...

AlanCC

3:51 am on Jul 26, 2023 (gmt 0)

10+ Year Member Top Contributors Of The Month



@tangor,

No. Since pro sitemaps works well, I have not tried other generators.

not2easy

3:57 am on Jul 26, 2023 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Some sitemap generators are made for WordPress. Some of them have millions of happy users. A sitemap that lists every version of an URL that WordPress generates is not helping your success because Google knows WP and how it uses so may ways to see the same content. The best sitemap generators for WP are the ones you can decide what to list and what to ignore. Google (or bing) does not index every version of an URL.

AlanCC

5:56 am on Jul 26, 2023 (gmt 0)

10+ Year Member Top Contributors Of The Month



The support of my server suggest me to increase the serverlimit and maxrequestworkers a bit more, from 250 to 400.

AlanCC

10:23 am on Jul 26, 2023 (gmt 0)

10+ Year Member Top Contributors Of The Month



@note2easy +

OK. I see. Thank you for your explanation. Do you know any good sitemap generator for WordPress? I hope to use an external online service so that it will use too many resources on our server.

not2easy

12:41 pm on Jul 26, 2023 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



In general we do not recommend specific tools, we prefer to educate webmasters to make their own judgements. In our WordPress Forum Charter [webmasterworld.com] you'll find a link to the Wordpress.org Plugins Repository: [wordpress.org...]
Where to find plugins you can trust and see how other users rate them.

I can understand using as few plugins as possible, but there are reasons plugins exist - they can easily be integrated and perform routine tasks while using fewer server resources than external tools. Even better, they normally don't do things that hinder your goals.

AlanCC

3:52 am on Jul 27, 2023 (gmt 0)

10+ Year Member Top Contributors Of The Month



@not2easy+

Thank you very much.

tangor

10:34 pm on Jul 27, 2023 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Let us know if changing your generator solved the SSL problem, and that you are getting the sitemap(s) you desire!

AlanCC

3:51 am on Jul 28, 2023 (gmt 0)

10+ Year Member Top Contributors Of The Month



Thank you. Currently I am evaluating the WP Sitemap plugins. However, it seems that a WP Sitemap plugins can only include Posts & pages inside WP, not other URLs.

not2easy

4:09 am on Jul 28, 2023 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



That is because anything other than pages or posts is a duplicate found by how WP allows tags, categories, archives. But in those formats it is only showing pages and posts. If you try to index "everything" Google will decide which version of the content is indexed. Google will still crawl the other formats, but in general it is not the best user experience.